-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🌱 E2E: Have a common function to install BMO and Ironic #1494
Conversation
Skipping CI for Draft Pull Request. |
/metal3-bmo-e2e-test |
7b94590
to
527fddc
Compare
/metal3-bmo-e2e-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
fb79236
to
96c5c8e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
/lgtm
/metal3-bmo-e2e-test |
96c5c8e
to
a05ae94
Compare
/metal3-bmo-e2e-test |
1 similar comment
/metal3-bmo-e2e-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/cc @zaneb @kashifest @Rozzii |
Nice, I like :) |
/test-ubuntu-integration-main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice Improvement, one question inline. otherwise lgtm
} | ||
|
||
func (input *BuildAndApplyKustomizeInput) validate() error { | ||
if !input.WaitForDeployment && !input.WatchDeploymentLogs { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it be &&
or ||
, perhaps I am misunderstanding the use case but I would appreciate a comment here in the code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be &&. Only if both of them are false then we don't need to validate the other inputs. I'll add the comment
a05ae94
to
6ea26d7
Compare
Signed-off-by: Huy Mai <huy.mai@est.tech>
6ea26d7
to
bec9881
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kashifest The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test-ubuntu-integration-main |
This PR refactors and uses a common function to install ironic and bmo. This will be useful later should we have to install other stuff with kustomize.